Owner Constructor (String, String) |
Initializes a new instance of the Owner class.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic Owner(
string username,
string address
)
Public Sub New (
username As String,
address As String
)
Parameters
- username
- Type: SystemString
The user’s login on the originating host. - address
- Type: SystemString
The address of the machine from which the session was created.
See Also